Visual Basic (Declaration) | |
---|---|
Public Overridable Function GetEnumerator() As IEnumerator(Of T) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual IEnumerator<T> GetEnumerator() |
C++/CLI | |
---|---|
public: virtual IEnumerator<T>^ GetEnumerator(); |
Return Value
A generic enumerator that can iterate through the Generic RasterCollection.For an example, refer to Generic RasterCollection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family